home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / shell / cfn.lha / cfn / Readme! < prev   
Text File  |  1995-05-05  |  3KB  |  66 lines

  1.         CFN - Complete FileNames
  2.  
  3.      This is a utility which provides filename completion in a ordinary
  4.      shell window. Once installed it allows you to type the first few
  5.      characters in the filename then press Tab and the rest is filled in
  6.      for you. Also  you can now press Left-Amiga-Tab to cycle through
  7.      intuition windows. There are now two versions of the program, CFN
  8.      which is the full version and CFNLITE which doesn't support window
  9.      cycling. Though the programs only differ about 300 bytes in size, CFN
  10.      uses a bigger stack and therefore requires about 2.5 Kbytes extra.
  11.  
  12.             Installation
  13.             ------------
  14.  
  15.      0. Check that your Amiga has Kickstart 2.0 or higher!
  16.      1. Copy CFN (or CFNLITE) and Notify to somewhere in your path ie C:
  17.      2. Add the following lines to your s:startup-sequence.
  18.       Stack 2048      ; CFN allocates its own stack!
  19.       Run >nil: CFN   ; Or CFNLITE
  20.       Stack 4096      ; Or whatever size you want
  21.      3. Put the following line FIRST in your s:shell-startup.
  22.       Notify      ; Notify depends on the shellwindow being active,
  23.               ; if another window is active that window will
  24.               ; get filename-completion.
  25.      4. Now reboot to turn CFN on!
  26.  
  27.             Operation
  28.             ---------
  29.  
  30.      Open a shell window. Type a few characters in a filename. Now press
  31.      Tab, CFN will find the first file in the directory with the beginning
  32.      you specified and fill in the missing characters for you. If you press
  33.      Tab once more CFN will find the next match for you and replace the
  34.      previous filename. Continue to press Tab. When no match is found
  35.      DisplayBeep() is called and the screen blinks.
  36.  
  37.      Press Left-Amiga-Tab to cycle through intuition windows.
  38.  
  39.      CFN is a hack, that means some peculiar things can happen. CFN
  40.      remembers the characters typed in the shell window with some
  41.      restrictions. Pressing one of the arrowkeys or space or ctrl-x causes
  42.      CFN to clear its buffer, so after editing a command line CFN wont
  43.      work. Also ">" and "<" in the beginning of filenames are ignored
  44.      (pipes).
  45.  
  46.      To remove CFN from memory just send it a CTRL-C signal, this is
  47.      easiest done using the CLI command BREAK <processnumber>. To find out
  48.      the processnumber use the CLI command status.
  49.  
  50.             Author
  51.             -------
  52.  
  53.      CFN is based on CFN (Fish 888) written by Andreas Günther. It was
  54.      converted to E and enhanced by me. It is now a lot more stable, faster
  55.      and requires less memory. This program is Public Domain, but I really
  56.      would appreciate some feedback: a postcard, email or even a bug report ;-).
  57.  
  58.          Håkan Persson
  59.          Magistratsvägen 55F206
  60.          226 44 Lund
  61.          Sweden
  62.  
  63.      Or email: e93hpe@efd.lth.se
  64.  
  65.  
  66.